projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b58615
)
(Faset): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Jan 1994 16:13:30 +0000
(16:13 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Jan 1994 16:13:30 +0000
(16:13 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 854fa3b3de57dc8b8d952ccb0217df4a7b77004b..4d25ed3cf5e9b79a44ca4921d6b8c59b17c3cff4 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-1312,8
+1312,8
@@
ARRAY may be a vector or a string, or a byte-code object. INDEX starts at 0.")
}
DEFUN ("aset", Faset, Saset, 3, 3, 0,
- "Store into the element of ARRAY at index I
NDEX the value NEWVAL
.\n\
-ARRAY may be a vector or a string. I
NDE
X starts at 0.")
+ "Store into the element of ARRAY at index I
DX the value NEWELT
.\n\
+ARRAY may be a vector or a string. I
D
X starts at 0.")
(array, idx, newelt)
register Lisp_Object array;
Lisp_Object idx, newelt;